NavigatedWithinDocumentEvent

data class NavigatedWithinDocumentEvent(frameId: FrameId, url: String) : Event

Fired when same-document navigation happens, e.g. due to history API usage or anchor navigation.

Constructors

NavigatedWithinDocumentEvent
Link copied to clipboard
fun NavigatedWithinDocumentEvent(frameId: FrameId, url: String)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

frameId
Link copied to clipboard
val frameId: FrameId
Id of the frame.
url
Link copied to clipboard
val url: String
Frame's new url.

Sources

jvm source
Link copied to clipboard